home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Flexible Writing Planner / card_3494.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  121 lines

  1. -- card: 3494 from stack: in
  2. -- bmap block id: 3864
  3. -- flags: 0000
  4. -- background id: 2602
  5. -- name: list ideas
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 00
  10. -- high flags: 2007
  11. -- rect: left=159 top=131 right=285 bottom=359
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: list ideas
  20.  
  21.  
  22. -- part 4 (field)
  23. -- low flags: 80
  24. -- high flags: 0000
  25. -- rect: left=45 top=43 right=65 bottom=435
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: help ideas
  34.  
  35.  
  36. -- part 7 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=282 top=84 right=103 bottom=332
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 8 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=423 top=84 right=103 bottom=441
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62.  
  63.  
  64. -- part 9 (button)
  65. -- low flags: 00
  66. -- high flags: A000
  67. -- rect: left=371 top=296 right=342 bottom=409
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 1008 / 1008
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Print
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   answer "Be certain that the printer is ready." with "OK" or "Cancel"
  79.   if it is "cancel" then exit mouseup
  80.   lock screen
  81.   if it is "cancel" then exit mouseup
  82.   else
  83.     set cursor to watch
  84.     lock screen
  85.     put "List of Ideas:"&return&cd fld "list ideas"&return&&return&&return into temp
  86.     show bg fld "print"
  87.     put temp into bg fld "print"
  88.     select text of bg fld "print"
  89.     type "c" with commandKey
  90.     printClip
  91.     hide bg fld "print"
  92.   end if
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part contents for background part 17
  98. ----- text -----
  99. ‚Ä¢ Quickly list all your ideas.
  100. ‚Ä¢ Spelling and order are not important!
  101. ‚Ä¢ To get the "‚Ä¢" (bullet), hold down the option key and tap the 8 key.
  102.  
  103. -- part contents for background part 19
  104. ----- text -----
  105. Indians of NorthWest USA
  106.  
  107. -- part contents for card part 7
  108. ----- text -----
  109. option
  110.  
  111. -- part contents for card part 8
  112. ----- text -----
  113. 8
  114.  
  115. -- part contents for background part 20
  116. ----- text -----
  117. List of Ideas:
  118.  
  119.  
  120.  
  121.